@charset "utf-8";

.content img{
    position:absolute;
    left: 35%;
    top: 0px;
}

/*.question{
    padding: 2px;
    width: 50%;
    border: none;
    text-align: center;
    position: relative;
    left: 25%;
    background-color: aquamarine;
}*/

/*.question{
    position: absolute;
    top: 39%;
    padding: 0px;
    width: 59%;
    border: solid 4px #66cccc;
    text-align: center;
    background-color: #f8fcfc;
}*/

.question{
    position: relative;
    top: 75px;
    width: 80%;
    border: solid 1px #66cccc;
    text-align: center;
    font-size: 20px;
    /*background-color: #f8fcfc;*/
    background-color: #66cccc;
    color: #f8fcfc;
}

.side{
    width:25%;
    height:auto;
    margin-left: 7%;
    text-align: left;
    /*background-color: azure;*/
    font-size: 20px;
    line-height: 2.0;
}

.content{
    position: relative;
    background-color: #fff;
    width: 100%;
    height: auto;
}

article{
    display: flex;/*サイドとメインを横並び*/
}

/*.ans{
    padding: 15px;
    width: 220px;
    border: solid 1px;
    background-color: #fff;
    text-align: left;
    font-size: large;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 33%;
    position: relative;
}*/

.ans{
    padding: 15px;
    width: fit-content;
    /*border: solid 1.5px #66cccc;*/
    background-color: transparent;
    text-align: center;
    font-size: 25px;
    margin: 15px auto;
}

.button-label{
    padding: 15px;
    background-color: #fff;
}

/*増やした*/
input[type="radio"]{
     display: none; 
}

input[type="radio"]:checked + .button-label {
    background: #66cccc !important;/* マウス選択時の背景色を指定する */
    color: #ffffff !important; /* マウス選択時のフォント色を指定する */
    }

.answer{
    width:auto;
    /* height:80%; */
    background-color:#d2efef;
}

/*.ans:hover{
    background-color: #66cccc;

}*/

/*.boad{
    position: relative;
    margin-top: 70px;
    width: 80%;
    height: 270px;
    border: solid 4px #66cccc;
    background-color: #f8fcfc;
}*/

.boad{
    margin-top: 75px;
    width: 80%;
    /* height: 270px; */
    border: solid 4px #d2efef;
    background-color: #d2efef;
}

.back{
    /*position: relative;*/
    /*margin-top: 0px;
    margin-left: 30px;
    padding: 0.5em 2em;
    background-color: #fff;
    border-color: #66cccc;*/

	text-align: center;
    margin-left: 1em;
	
	text-decoration: none;
	width: 140px;
    height: 75px;
    margin: 0 20px;
	padding: 0.5em 2em;
	font-weight: bold;
    font-size: 22px;
	/*border: 2px solid #66cccc;*/
    border: 2px solid #d2efef;
	color: gray;
    background-color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}

.back:hover{
    background-color: #66cccc;
    color: #fff;
}

.next{
    /*position: relative;*/
    /*margin-top: 0px;
    margin-left: 75%;
    margin-right: 1em;
    display: block;
    padding: 0.5em 2em;
    background-color: #fff;
    border-color: #66cccc;*/
	text-align: center;
	
	text-decoration: none;
	width: 140px;
    height: 75px;
	padding: 0.5em 2em;
    margin: 0 20px;
	font-weight: bold;
    font-size: 22px;
	/*border: 2px solid #66cccc;*/
    border: 2px solid #d2efef;
	color: gray;
    background-color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}

.next:hover{
    background-color: #66cccc;
    color: #fff;
}

.page{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}